home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Guide to Advanture Travel / The Ultimate Guide to Advanture Travel.iso / pc / installa.6 / TCPack for AOL.rsrc / TEXT_31000_General Help.txt < prev    next >
Text File  |  1995-06-08  |  7KB  |  143 lines

  1.  
  2.   TCPack General Help
  3.  
  4.  
  5. How to Get Local Help
  6.  
  7. Press the Option key in the Connection Settings dialog box and the mouse pointer becomes a question mark pointer (?) while in the active part of the window. Click on any item with the question mark pointer to display help about that item. System 7 Balloons are also supported.
  8.  
  9.  
  10.  
  11. TCPack Presentation 
  12.  
  13. Developed by Advanced Software Concepts,  TCPack is a Connection Tool designed to allow simultaneous TCP/IP connections using Apple‚Äôs MacTCP driver and the standard access interfaces of the Communication Toolbox.
  14.  
  15. TCPack can be used both for terminal-emulation and peer-to-peer connections:
  16. - for terminal-emulation purposes, TCPack supports the Telnet protocol and includes a background FTP server to transfer files between your Macintosh and the host you are connected to.
  17. - for peer-to-peer connections, developers have access to the IP Header parameters through the Scripting Interface. A technical documentation is available on request.
  18.  
  19.  
  20. The IP-Address Setting
  21.  
  22. This section allows you to specify the Internet Process address of the machine you wish to communicate with, which is entered/displayed in the Address/Name field.
  23. The list displays the names of the machines that you, or your Network Administrator, recorded previously in the Hosts File. Click on any entry to select a name. By clicking on the Get¬†Address button, the associated IP Address will be displayed in the Address/Name field. 
  24.  
  25. Use the Get Address button to convert a name into an IP-Address, using one of two methods:
  26.  
  27. - The Hosts file: located in your System Folder this 'TEXT' file contains a list of names and addresses. The Name-To-Address functions will first try to find the selected name in the Hosts file.
  28.  
  29. - The Domain Name Resolver:  DNR functions will try to find the name in the Domain Name Server, if there is any active on the network.
  30.  
  31. If the Name-To-Address conversion fails, you must enter the full IP-Address manually.
  32.  
  33. In other words: 
  34. - if the name you entered is not found in the "Hosts" file, TCPack will ask the Domain Name Server to return an IP-Address matching the selected name 
  35. - if the search is still unsuccessful, you must supply the IP-Address manually.
  36.  
  37. If the list is empty, it means you do not have a valid Hosts file. 
  38.  
  39. In some cases TCPack will not let you change the IP-Address. This happens when your System Administrator has decided to disable the editing functions.
  40.  
  41.  
  42.  Note for Network Administrators:
  43.  
  44. The IP-Address list must be entered in the Hosts file of the System Folder. It can be edited with TeachText. Refer to the MacTCP documentation for the exact syntax of commands and don‚Äôt forget to specify the Domain Name Server (if any) in the MacTCP Control Panel. A sample Hosts File could be :
  45.  
  46. adminMac   A      192.70.34.50
  47. unixbox    A      192.70.34.100
  48. myhost     CNAME  asc-vm
  49. rfc        CNAME  sri-nic.arpa
  50. infomac    CNAME  sumex-aim.stanford.edu
  51.  
  52.  
  53.  
  54. The Terminal Setting
  55.  
  56. If you have checked the option Use Telnet Protocol, select the type of terminal you wish to use. This terminal type will be used only at the negociations stage while initiating a connection using the Telnet Protocol. 
  57.  
  58. The list displays the Official Names of Terminal Types as defined by the Internet community. By clicking on an item, the selected name will be displayed in the box on top of the list. 
  59. DEC-VT100 is recommended since most Telnet implementations will support this terminal.
  60. You will be notified by an alert when the terminal type is not recognized by the host. In such case, select either another terminal name or 'UNKNOWN' on the top of the list.
  61.  
  62. You can enter a name which is not in the list, just enter it in the edit field. Remember to follow these specifications : a terminal name may be up to 40 characters long, including uppercase letters, digits, and the two punctuation characters ‚Äò-‚Äô (hyphen) and ‚Äò/‚Äô (slash). It must start with a letter, and end with a letter or digit.
  63.  
  64. In order to enhance the Telnet negotiation possibilities, you can use four checkboxes:
  65.  
  66. Check Strip Lf after Return if you want to discard incoming Line-Feed characters following a Carriage Return. This feature is activated provided that Binary Mode has not been negotiated.
  67.  
  68. Check Request Echo if you want TCPack to request echo from the Remote Host. It must not be checked to use some terminals such as IBM-3270.
  69.  
  70. Check Request Binary if you want TCPack to request Binary Mode from the Remote Host. It should not be checked in common usage.
  71.  
  72. Check Accept Binary if you want TCPack to accept the Binary Mode negotiation initiated by the Remote Host. This is necessary to use some terminals such as IBM-3270.
  73.  
  74. In some cases TCPack will not let you change this setting. This happens when your System Administrator has decided to disable the editing functions.
  75.  
  76. Generally, you will want to initiate a connection to a remote host using a terminal emulation application. The TCP Port should be 23 (the host is ‚Äòlistening‚Äô for terminal connections on this port) and check 'Use Telnet Protocol': these are the default settings. Port numbers must be in the range 0 to 65535.
  77.  
  78. The Insert Menu check box specifies whether to add the menu described below.
  79.  
  80. The Show Alerts check box can prevent TCPack from displaying its error alerts. This may be useful when TCPack is called from a driver or from an application which displays its own alerts.
  81.  
  82.  
  83. The FTP Settings
  84.  
  85. The FTP Server, operating in the background of TCPack, opens a connection in stand-by state for a remote server connection.
  86.  
  87.  
  88. The FTP Commands
  89.  
  90. To start an FTP session, use FTP Login from the TCP Menu.
  91.  
  92. Here is a list of the standard FTP commands such as can be found in most UNIX systems.
  93.  
  94. COMMAND       MEANING
  95.  
  96. user  <name>  Identification requested for login
  97. pwd           Print current directory name
  98. cd    <path>  Change current directory to <path>
  99. cdup          Change to parent directory
  100. mkdir <path>  Make a directory with name <path>
  101. rmdir <path>  Remove directory with name <path>
  102. dir   <path>  List files info in directory <path>
  103. ls    <path>  List file names in directory <path>
  104. get   <path>  Copy file <path> from SERVER to USER
  105. recv  <path>  Copy file <path> from SERVER to USER
  106. put   <path>  Copy file <path> from USER to SERVER
  107. send  <path>  Copy file <path> from USER to SERVER
  108. delete <path> Delete file <path>
  109. rename <path> Rename file <path>
  110.  
  111. ascii
  112. binary        File Transfer modes
  113.  
  114. quote macb    Enable or not the MacBinary mode.
  115.  
  116. help         
  117. remotehelp
  118. quote help    List available help commands
  119.  
  120. passive       Enter in passive mode for the
  121.               next file transfer command
  122.  
  123. bye
  124. quit          End FTP session
  125.  
  126.  
  127.  
  128. The TCP Menu
  129.  
  130. The first character of the title gives you the connection state :
  131.     Blank Diamond means Connection closed,
  132.     Dark Diamond  means Connection opened,
  133.     Big Dot       means Listening for connection.
  134.  
  135. This status is more reliable than the state of menu items since these are controlled by the application.
  136.  
  137. The items of the menu let you issue some Telnet control sequences which you wouldn‚Äôt find on your keyboard, and to send your IP Address or the FTP Login command, as if you had typed it.
  138.  
  139. The 'FTP Settings' item launches the FTPSetup application delivered with TCPack.
  140.  
  141. The 'FTP Login' item is necessary to install the FTP server running in the background.
  142.  
  143.